PHY BUILD VEHICLE

Builds a vehicle and enters it into the simulation.

  Syntax
PHY BUILD VEHICLE ID
  Parameters
ID
Integer
identification number of the vehicle

  Returns

  Description

When a vehicle has been built it can be placed in the simulation. The process of building a vehicle begins with a call to the command phy create vehicle, following on from this body parts and wheels can be added with phy add vehicle body and phy add vehicle wheel, properties can also be set such as the power of the motor etc. The final stage in this process is to build the vehicle and that is achieved by calling this command. In the event that certain properties of the vehicle are invalid then an error message will be displayed.

  Example Code
No example code is provided for this command